like it was before the GtkRange gadgettification.
slider {
min-height: 18px;
min-width: 18px;
- margin: -8px;
+ margin: -9px;
}
&.fine-tune {
&.horizontal {
- padding-top: 10px;
- padding-bottom: 10px;
- min-height: 14px;
+ padding-top: 9px;
+ padding-bottom: 9px;
+ min-height: 16px;
}
&.vertical {
- padding-left: 10px;
- padding-right: 10px;
- min-width: 14px;
+ padding-left: 9px;
+ padding-right: 9px;
+ min-width: 16px;
}
slider { margin: -6px; }
(bottom, right, left) {
&.#{$marks_class} {
margin-#{$marks_margin}: $_marks_distance;
- margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 2px);
+ margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 3px);
}
}
}
min-height: $_marks_lenght;
min-width: 1px;
}
- &.fine-tune indicator { min-height: ($_marks_lenght - 2px); }
+ &.fine-tune indicator { min-height: ($_marks_lenght - 3px); }
}
&.vertical {
indicator {
min-height: 1px;
min-width: $_marks_lenght;
}
- &.fine-tune indicator { min-width: ($_marks_lenght - 2px); }
+ &.fine-tune indicator { min-width: ($_marks_lenght - 3px); }
}
// *WARNING* scale with marks madness following
&.#{$dir_class} {
contents#{$nth_child} > trough > slider {
&#{$state} {
- margin: -9px;
+ margin: -10px;
$_scale_asset: 'assets/slider-#{$dir_infix}-#{$marks_infix}#{$state_infix}#{$suffix}';
border-style: none;
border-radius: 0;
min-width: 22px;
@if $marks_infix == 'scale-has-marks-above' {
- margin-top: -13px;
+ margin-top: -14px;
$_scale_slider_bg_pos: top;
}
- @else { margin-bottom: -13px; }
+ @else { margin-bottom: -14px; }
}
@else {
min-width: 26px;
@if $marks_infix == 'scale-has-marks-above' {
- margin-left: -13px;
+ margin-left: -14px;
$_scale_slider_bg_pos: left bottom;
}
@else {
- margin-right: -13px;
+ margin-right: -14px;
$_scale_slider_bg_pos: right bottom;
}
scale slider {
min-height: 18px;
min-width: 18px;
- margin: -8px; }
+ margin: -9px; }
scale.fine-tune.horizontal {
- padding-top: 10px;
- padding-bottom: 10px;
- min-height: 14px; }
+ padding-top: 9px;
+ padding-bottom: 9px;
+ min-height: 16px; }
scale.fine-tune.vertical {
- padding-left: 10px;
- padding-right: 10px;
- min-width: 14px; }
+ padding-left: 9px;
+ padding-right: 9px;
+ min-width: 16px; }
scale.fine-tune slider {
margin: -6px; }
scale.fine-tune fill,
margin-right: -12px; }
scale.fine-tune marks.top {
margin-bottom: 6px;
- margin-top: -10px; }
+ margin-top: -9px; }
scale.fine-tune marks.bottom {
margin-top: 6px;
- margin-bottom: -10px; }
+ margin-bottom: -9px; }
scale.fine-tune marks.top {
margin-right: 6px;
- margin-left: -10px; }
+ margin-left: -9px; }
scale.fine-tune marks.bottom {
margin-left: 6px;
- margin-right: -10px; }
+ margin-right: -9px; }
scale.horizontal indicator {
min-height: 6px;
min-width: 1px; }
scale.horizontal.fine-tune indicator {
- min-height: 4px; }
+ min-height: 3px; }
scale.vertical indicator {
min-height: 1px;
min-width: 6px; }
scale.vertical.fine-tune indicator {
- min-width: 4px; }
+ min-width: 3px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover-dark.png"), url("assets/slider-horz-scale-has-marks-below-hover-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover-dark.png"), url("assets/slider-vert-scale-has-marks-below-hover-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
scale slider {
min-height: 18px;
min-width: 18px;
- margin: -8px; }
+ margin: -9px; }
scale.fine-tune.horizontal {
- padding-top: 10px;
- padding-bottom: 10px;
- min-height: 14px; }
+ padding-top: 9px;
+ padding-bottom: 9px;
+ min-height: 16px; }
scale.fine-tune.vertical {
- padding-left: 10px;
- padding-right: 10px;
- min-width: 14px; }
+ padding-left: 9px;
+ padding-right: 9px;
+ min-width: 16px; }
scale.fine-tune slider {
margin: -6px; }
scale.fine-tune fill,
margin-right: -12px; }
scale.fine-tune marks.top {
margin-bottom: 6px;
- margin-top: -10px; }
+ margin-top: -9px; }
scale.fine-tune marks.bottom {
margin-top: 6px;
- margin-bottom: -10px; }
+ margin-bottom: -9px; }
scale.fine-tune marks.top {
margin-right: 6px;
- margin-left: -10px; }
+ margin-left: -9px; }
scale.fine-tune marks.bottom {
margin-left: 6px;
- margin-right: -10px; }
+ margin-right: -9px; }
scale.horizontal indicator {
min-height: 6px;
min-width: 1px; }
scale.horizontal.fine-tune indicator {
- min-height: 4px; }
+ min-height: 3px; }
scale.vertical indicator {
min-height: 1px;
min-width: 6px; }
scale.vertical.fine-tune indicator {
- min-width: 4px; }
+ min-width: 3px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop.png"), url("assets/slider-horz-scale-has-marks-above-backdrop@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
- margin-top: -13px;
+ margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-top: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover.png"), url("assets/slider-horz-scale-has-marks-below-hover@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop.png"), url("assets/slider-horz-scale-has-marks-below-backdrop@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
- margin-bottom: -13px;
+ margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-bottom: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover.png"), url("assets/slider-vert-scale-has-marks-above-hover@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop.png"), url("assets/slider-vert-scale-has-marks-above-backdrop@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
- margin-left: -13px;
+ margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover.png"), url("assets/slider-vert-scale-has-marks-below-hover@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop.png"), url("assets/slider-vert-scale-has-marks-below-backdrop@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
- margin: -9px;
+ margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
- margin-right: -13px;
+ margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }